home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / net / raw_cb_protos.h < prev    next >
Encoding:
Text File  |  1993-03-05  |  212 b   |  12 lines

  1. /* Prototypes for functions defined in
  2. raw_cb.c
  3.  */
  4.  
  5. int raw_attach(register struct socket * so,
  6.                int proto);
  7.  
  8. void raw_detach(register struct rawcb * rp);
  9.  
  10. void raw_disconnect(struct rawcb * rp);
  11.  
  12.